type vendor/golang.org/x/sys/cpu.byteOrder (interface)
Method Implmentations
	Uint32([]byte) uint32
		encoding/binary.ByteOrder.Uint32
		bigEndian.Uint32
		littleEndian.Uint32
		encoding/binary.bigEndian.Uint32
		encoding/binary.littleEndian.Uint32
		encoding/binary.nativeEndian.littleEndian.Uint32
	Uint64([]byte) uint64
		encoding/binary.ByteOrder.Uint64
		bigEndian.Uint64
		littleEndian.Uint64
		encoding/binary.bigEndian.Uint64
		encoding/binary.littleEndian.Uint64
		encoding/binary.nativeEndian.littleEndian.Uint64|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |